go/types.Checker.dump (method)
12 uses
go/types (current package)
builtins.go#L939: check.dump("%v: trace() without arguments", call.Pos())
builtins.go#L947: check.dump("%v: %s", x1.Pos(), x1)
call.go#L772: check.dump("%v: unexpected object %v", e.Sel.Pos(), exp)
call.go#L951: check.dump("%v: (%s).%v -> %s", e.Pos(), typ, obj.name, m)
call.go#L952: check.dump("%s\n", mset)
decl.go#L177: check.dump("%v: %s should have been declared", obj.Pos(), obj)
decl.go#L220: check.dump("%v: inconsistent object map for %s (isPkgObj = %v, inObjMap = %v)", obj.Pos(), obj, isPkgObj, inObjMap)
expr.go#L286: check.dump("%v: found old type(%s): %s (new: %s)", x.Pos(), x, old.typ, typ)
format.go#L120: func (check *Checker) dump(format string, args ...any) {
infer.go#L47: check.dump("== infer : %s%s ➞ %s", tparams, params, targs) // aligned with rename print below
infer.go#L49: check.dump("=> %s ➞ %s\n", tparams, inferred)
recording.go#L52: check.dump("%v: %s (type %s) is typed", x.Pos(), x, info.typ)